runtime.heapBits.nextFast (method)

2 uses

	runtime (current package)
		mbitmap.go#L496: func (h heapBits) nextFast() (heapBits, uintptr) {
		mgcmark.go#L1308: 		if hbits, addr = hbits.nextFast(); addr == 0 {